Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.runtime.api.DefaultJBossBindings--servers

This contribution is part of XML component org.nuxeo.runtime.api.DefaultJBossBindings inside nuxeo-runtime-5.8.jar

Documentation

Locator properties (including JNDI properties) are specified using "property" elements

To change the prefix and suffix used to generate the service key you may define the "prefix" and "suffix" properties

Service group exposed by a server are declared using the "group" element

To specify the default group (the root) use "*"

Extension Point

Extension point servers of component ServiceManagement.

Contributed Items

  • <server class="org.nuxeo.runtime.api.JBossServiceLocator">
        <group>*</group>
        </server>

XML Source

<extension point="servers" target="org.nuxeo.runtime.api.ServiceManagement">
    <documentation>
    Locator properties (including JNDI properties) are specified using "property" elements
    <p/>
    To change the prefix and suffix used to generate the service key
    you may define the "prefix" and "suffix" properties
    <p/>
    Service group exposed by a server are declared using the "group" element
    <p/>
    To specify the default group (the root) use "*"
    </documentation>

    <server class="org.nuxeo.runtime.api.JBossServiceLocator">
    <group>*</group>
    </server>

  </extension>